LassoScript Utility
Basics Browse Detail

[DNS_Response->BitFormat]

Tag Link [DNS_Response->BitFormat] Category Utility
Type Member Source Available Yes
Support Preferred Version 8.5
Change New Data Source Any
Output Type String Security None
Implementation LassoScript Sets Lasso 8.5

Description

[DNS_Response->BitFormat] formats the DNS request or response as low-level data in a user readable format. This might be useful for debugging DNS operation.

[DNS_Response] is a helper type which is used to format both DNS requests and responses. Normally a value of this type will only be returned from the [DNS_Lookup] tag when -ShowRequest or -ShowResponse is specified. However, this type can also be used to parse raw DNS requests or response if necessary.

Syntax

[Var: 'myDNSResponse' = (DNS_Lookup: 'www.example.com')]

[$myDNSResponse->BitFormat]

Parameters

No Parameters Required.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.